-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Update PyPI version number #11773
Update PyPI version number #11773
Conversation
@pracheer Please review this as we discussed. Thanks! |
tools/coreml/pip_package/setup.py
Outdated
@@ -40,7 +40,7 @@ def readme(): | |||
return f.read() | |||
|
|||
setup(name='mxnet-to-coreml', | |||
version='0.1.0', | |||
version='0.1.1', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://pypi.org/project/mxnet-to-coreml/ seems to indicate we are already at 0.1.2.
Update this to 0.1.3 instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
Looks good to me! Thanks @apeforest |
@apeforest - Thank you for your contributions. Can you re-trigger the build? |
@apeforest - ping. |
@sandeep-krishnamurthy re-build. Please approve. Thanks! |
@sandeep-krishnamurthy @nswamy @anirudh2290 - kindly review and merge if looks OK. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @apeforest
* Update issue templates * Update PyPi version number * Update version number to 0.1.3 * Update issue templates * Remove files added by mistake
Update PyPI version number to refresh the PyPI package.